GET PlanCare2Api/Employees/Cases?employeeIds[0]={employeeIds[0]}&employeeIds[1]={employeeIds[1]}
Gets the cases in the caseload of the requested employees
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeIds |
List of employeeIds |
Collection of integer |
Required |
Body Parameters
None.
Response Information
Resource Description
List of clients in the requested employees caseloads
Collection of Case| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId |
Identifier of the client |
Identity |
None |
| ClientName |
The name of the client |
string |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.